home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / yesnow.dir / 00100.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  260 b   |  15 lines

  1. on mouseDown
  2.   set the castNum of sprite 2 to 47
  3.   puppetSprite(2, 1)
  4.   updateStage()
  5.   set the castNum of sprite 2 to 46
  6.   puppetSound("yes!")
  7.   set the visible of sprite 2 to 0
  8.   set the visible of sprite 3 to 0
  9.   updateStage()
  10. end
  11.  
  12. on mouseUp
  13.   go("l")
  14. end
  15.